﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol, li {
    list-style: none;
    margin: 0;
}

p {
    margin: 0;
}

a, a:hover {
    color: #666;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.text-c {
    text-align: center;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

.container {
    margin: 0;
    padding: 0;
    width: 1200px;
    max-width: none;
    margin: 0 auto;
    height: 100%;
}

header {
    /*background: rgb(254, 197, 2);*/
    height: 110px;
    padding: 25px 0px;
    background: #2c2d37;
}

header .container {
    display: flex;
    justify-content: space-around;
}

.m-menu {
    display: none;
    position: relative;
}

.menu-switch {
    position: absolute;
    top: 6px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 2px solid #e2e2e2;
    background: url(../images/icons/icon_menu.png) no-repeat center center;
    background-size: 80% auto;
    z-index: 9;
}

.menu-b {
    display: flex;
    justify-content: space-around;
}

.menu-b a {
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 8px 0px;
    text-align: center;
    text-decoration: none;
    z-index: 9;
}

.menu-b a:hover {
    color: rgb(254, 197, 2);
}

.menu-b a p {
    margin: 0;
}

.menu-sm-b {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    z-index: 8;
    background: #fff;
    background: #2c2d37;
    padding: 10px;
    display: none;
    padding-top: 70px;
}

.menu-sm-b a {
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
}

.menu-sm-b a em {
    font-style: normal;
    font-size: 12px;
}

.m-menu .logo-b {
    position: relative;
    z-index: 9;
}

.menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 5;
    display: none;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    padding: 0;
}

.banner-contaner .pc-img {
    width: 100%;
    display: block;
}

.banner-contaner .m-img {
    width: 100%;
    display: none;
}

.banner-contaner .swiper-slide a {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 100%;
}

.banner-contaner .swiper-pagination-bullet {
    background: rgba(255,255,255,.8);
}

.particles-js {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
}

.home-part {
    padding: 40px 0;
}

.home-service {
    background: #F1F5F6;
}


.title-bar {
    line-height: 60px;
    font-size: 18px;
    text-align: center;
}

.title-bar font {
    color: #0094FF;
}

.home-service .d-flex {
    flex-wrap: wrap;
    justify-content: space-around;
}

.home-service .service-item {
    padding: 0px;
    width: 23%;
    line-height: 44px;
}

.service-item .swiper-slide a {
    display: block;
    width: 100%;
}

.service-item .swiper-slide img {
    width: 100%;
    height: auto;
}


.home-service .service-item dl {
    width: 96%;
    display: inline-block;
    margin: 0;
}

.home-service .service-item img {
    height: 100%;
}

.home-service .service-item .normal, .home-service .service-item:hover .color {
    display: inline-block;
}

.home-service .service-item .color, .home-service .service-item:hover .normal {
    display: none;
}

.home-service .service-item dt {
    height: 120px;
    width: 65%;
    display: inline-block;
    text-align: center;
    padding: 30px 26px;
    border-radius: 6px;
    position: relative;
    border: 5px solid #515151;
    background: #fff;
}

.home-service .service-item dt::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none;
    margin-left: -1pc;
    border-color: transparent;
    border-width: 1pc;
    border-top-color: #515151;
}

.home-service .service-item dt:after, .home-service .service-item dt:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none;
}

.home-service .service-item dt:before {
    margin-left: -1pc;
    border-color: transparent;
    border-width: 1pc;
    border-top-color: #515151;
}

.home-service .service-item dt:after {
    margin-left: -10px;
    border-color: transparent;
    border-width: 10px;
    border-top-color: #fff;
}

.home-service .service-item:hover dt {
    border-color: #2CA4DC;
    background-color: #fff;
    transition: all .3s;
}

.home-service .service-item:hover dt:before {
    transition: all .3s;
    border-top-color: #2CA4DC;
}

.home-service .service-item:hover dt:after {
    transition: all .3s;
    border-top-color: #fff;
}

.home-service .service-item dd {
    line-height: 20px;
    font-size: 14px;
    padding: 20px 10px;
}

.home-service .service-item dd h4 {
    font-size: 18px;
}

.home-case {
    background: #fff;
}

.home-case .container {
    flex-wrap: wrap;
    line-height: 44px;
    padding-left: 10px;
}

.home-case .service-item {
    padding-left: 10px;
}

.home-case .service-item img {
    width: 100%;
}

.home-news {
    background: #f4f4f4;
}

.home-news ul li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 14px;
    position: relative;
}

.home-news li h4 {
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-news li p {
    padding: 5px 0px;
    margin: 0;
    color: #999;
}

.home-news li p a {
    color: #0094FF;
}

.home-news li .list-date {
    color: #999;
}

.home-news li > a {
    font-size: 16px;
    display: block;
}

.home-news .list-li .list-date {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 20px;
}

.home-park {
    background: #fff;
}

.about-us {
    background: #666;
    padding: 40px 0;
    color: #fff;
}

.about-item {
    line-height: 34px;
}

.about-item p {
    margin-bottom: 0;
    padding: 0;
}

.about-us .map {
    height: 300px;
    margin-top: 20px;
}

.about-us .map iframe {
    border: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/***内页***/

.sidebar {
    float: left;
    width: 240px;
    padding-top: 10px;
    padding-bottom: 120px;
}

.sidebar a {
    display: block;
    line-height: 44px;
    color: #515151;
    padding-left: 10px;
    text-decoration: none;
    border-bottom: 1px solid #e2e2e2;
}

.sidebar a.current {
    color: #0094FF;
}

.content {
    float: right;
    width: 920px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.location {
    line-height: 60px;
    background: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
}

.location a {
    color: inherit;
}

.location .current {
    color: #0094FF;
}

.about-con h4 {
    font-size: 18px;
    font-weight: bold;
}

.about-con a {
    display: inline-block;
    margin-right: 10px;
    line-height: 44px;
}

.about-con p {
    line-height: 24px;
    padding: 5px 0;
}

.about-con td p {
    padding: 0;
    padding-left: 20px;
}

.about-contaner {
    width: 500px;
    height: 300px;
}

.about-contaner img {
    width: 100%;
    height: 100%;
}

.article-data {
    padding-top: 20px;
}

.data-list {
}

.article-data dl {
    float: left;
    width: 32%;
    background: #fff;
    box-shadow: 2px 2px 14px #ddd;
}

.article-data dl:nth-child(3n+2) {
    margin: 0 2%;
}

.article-data dt img {
    width: 100%;
    height: auto;
}

.article-data dd {
    padding: 10px;
}

.article-data dd h4 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.article-data dd p {
    color: #999;
    line-height: 20px;
    padding: 5px 0px;
}

.article-data dd a {
    color: #666;
}

.article-data h1 {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.article-data .article-author {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    text-align: center;
}

.article-detail {
    padding: 20px 0 !important;
    line-height: 24px !important;
    font-size: 16px !important;
}

.article-detail p {
    line-height: 30px;
    padding: 7px 0px;
}

.article-detail img {
    max-width: 100%;
    height: auto;
}

.m-tab {
    display: none;
}



.footer {
    background: #2c2d37;
    color: #fff;
    line-height: 30px;
    padding: 30px 0px;
    text-align: center;
}

.footer a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}

.friend-link {
    padding: 30px 0;
    text-align: left;
    font-size: 14px;
}

.copyright {
    border-top: 1px solid #666;
    padding: 30px 0;
}


.pagebar {
    padding: 10px 0px;
    text-align: center;
}

.pagebar a, .pagebar span {
    border: 1px solid #DDDDDD;
    display: inline-block;
    font-size: 18px;
    color: #666;
    height: 40px;
    line-height: 38px;
    width: 40px;
    text-align: center;
    padding: 0px 10px;
    margin: 0 3px;
    position: relative;
    cursor: pointer;
    background: #fff;
}

.pagebar a:hover {
    color: #0094FF;
    text-decoration: none;
}

.pagebar .page_enabled {
    cursor: default;
}

.pagebar .page_current {
    color: #333;
    z-index: 9;
}

/***服务范围***/

.fuwu-mian-w {
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

.fuwu-mian {
    width: 1200px;
    margin: auto;
}

.fuwu-mian .list-01 {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
}

.fuwu-mian .list-01 .left {
    width: 600px;
    padding: 70px;
}

.fuwu-mian .list-01 .left p {
    padding: 0;
}

.fuwu-mian .list-01 .left p.t1 {
    color: #444343;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 5px;
    margin-bottom: 16px;
}

.fuwu-mian .list-01 .left p.t2 {
    width: 60px;
    height: 3px;
    background-color: #444343;
    margin-bottom: 18px;
}

.fuwu-mian .list-01 .left p.t3 {
    color: #5a5858;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.fuwu-mian .list-01 .left p.t4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.fuwu-mian .list-01 .left p.t4 span {
    color: #5a5858;
    font-size: 14px;
    display: block;
    width: 33%;
    line-height: 2;
}

.fuwu-mian .list-01 .left p.t5 {
    display: flex;
    justify-content: flex-start;
}

.fuwu-mian .list-01 .left p.t5 a {
    display: block;
    background-color: #6e6e6e;
    color: white;
    font-size: 14px;
    padding: 7px 25px;
    margin-right: 12px;
    line-height: 20px;
}

.fuwu-mian .list-01 .left p.t5 a:hover {
    transform: translateY(-5px);
}

.fuwu-mian .list-01 .right {
    width: 600px;
}

.fuwu-mian .list-01 .right img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 640px) {

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }
    .fuwu-mian-w{
        margin-bottom:0px;
    }
    .fuwu-mian {
        width: 100%;
    }

    .fuwu-mian .list-01 {
        display: block;
        border-bottom: 5px solid #FFF;
    }

    .fuwu-mian .list-01 .left {
        width: 100%;
        padding: 20px;
    }

    .fuwu-mian .list-01 .right {
        width: 100%;
    }

    .fuwu-mian .list-01 .left p.t5 {
        text-align: center;
        display: block;
    }

    .fuwu-mian .list-01 .left p.t5 a {
        padding: 5px 10px;
        display: inline-block;
    }

    .container {
        width: 100%;
        display: block !important;
    }

    header {
        padding: 10px 0px;
        height: auto;
    }

    .logo-b {
        width: 80%;
        padding: 0;
        padding-left: 10px;
    }

    .home-part {
        padding: 10px 0;
    }

    .pc-menu, .banner-contaner .pc-img {
        display: none !important;
    }

    .m-menu, .on .menu-sm-b, .on .menu-bg, .banner-contaner .m-img {
        display: block;
    }

    .home-case .container {
        padding: 0 10px;
    }

    .home-case .service-item, .home-service .service-item {
        padding: 0;
    }

    .home-service .service-item {
        width: 50%;
        line-height: 20px;
        padding-top: 15px;
        background: #fff;
        margin-top: 10px;
    }

    .home-service .service-item dt {
        padding: 0;
        width: 100%;
        height: auto;
        border-radius: 0;
        background: none;
    }

    .home-service .service-item dd {
        padding: 0px 10px;
        padding-top: 30px;
        font-size: 14px;
    }

    .home-service .service-item:hover dt {
        background: none;
    }

    .home-service .service-item dt img {
        width: 60%;
        padding: 10px;
    }

    .home-news .service-item:first-child {
        margin-bottom: 20px;
    }

    .footer .container {
        padding: 0 16px;
        line-height: 20px;
        font-size: 14px;
    }

    .footer a {
        margin-bottom: 10px;
    }

    .about-us li img {
        max-width: 100%;
    }

    .about-us .col-sm-6:nth-child(2) {
        display: none;
    }

    .m-tab {
        display: block;
    }

    .m-tab td p {
        padding: 0;
    }

    .pc-tab {
        display: none;
    }

    .about-contaner {
        width: 100%;
        height: 100%;
    }

    .location {
        display: none;
    }

    .article-data dl {
        width: 96%;
        float: none;
        margin: 0 auto;
    }

    .article-detail {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .home-news li .list-date {
        display: none;
    }

    .home-news li > a {
        line-height: 32px;
        height: 32px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .sidebar {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }

    .sidebar a {
        display: inline-block;
        padding: 0 5px;
        margin: 0 5px;
    }

    .sidebar a.current {
        border-bottom-color: #0094FF;
    }

    .content {
        width: 100%;
        padding: 0 10px;
        padding-top: 10px;
    }
}
